home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Educational / Prime Number Generator / README.TXT < prev   
Encoding:
Text File  |  1997-01-03  |  702 b   |  22 lines

  1. Prime Number Generator is a 32 bit multi-threaded application.
  2. Will generate all the prime numbers up to the given input number.
  3. Will also verify if a given number is prime or not.  If not,
  4. will inform you of the number that will divide evenly into it.
  5.  
  6. Results can be saved to a file of your choosing.
  7.  
  8. Once you generate prime numbers, you may select one and you will
  9. see what see the count on that number, i.e. 2 is 1st prime,
  10. 19 is 8th prime, 199 is 46th prime number.
  11.  
  12. Any contributions will be appreciated, your choice.
  13. Suggestions or comments are also welcome.
  14.  
  15. Rick McClanahan
  16. 6038 Callaway Court
  17. Centreville, VA 20121-4685
  18.  
  19. rmcclana@gmu.edu
  20. http://mason.gmu.edu/~rmcclana
  21.  
  22.